Skip to content

[pull] develop from baserow:develop#362

Merged
pull[bot] merged 2 commits into
code:developfrom
baserow:develop
Jul 14, 2026
Merged

[pull] develop from baserow:develop#362
pull[bot] merged 2 commits into
code:developfrom
baserow:develop

Conversation

@pull

@pull pull Bot commented Jul 14, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

dimmur-brw and others added 2 commits July 14, 2026 08:44
* fix: reduce N+1 queries in database and core list endpoints

Add missing prefetch/select_related/enhance_by_fields on several
request-path querysets that issued one query per element:

- row names endpoint (single-select primary field select option)
- table webhooks list + detail (event fields/views)
- workspace trash contents (user_who_trashed)
- workspaces list (per-member two-factor auth provider)
- link field via-dependants resolution (polymorphic .specific)

Each fix ships a query-count regression test asserting the count no
longer scales with the number of rows/webhooks/entries/members/deps.

* fix: variable shadowing

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@pull pull Bot locked and limited conversation to collaborators Jul 14, 2026
@pull pull Bot added the ⤵️ pull label Jul 14, 2026
@pull
pull Bot merged commit 911ae23 into code:develop Jul 14, 2026
1 check failed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants